func runtime.asanunpoison
5 uses
runtime (current package)
arena.go#L693: asanunpoison(unsafe.Pointer(span.base()), span.elemsize)
asan0.go#L21: func asanunpoison(addr unsafe.Pointer, sz uintptr) { throw("asan") }
malloc.go#L1204: asanunpoison(x, userSize)
proc.go#L4718: asanunpoison(unsafe.Pointer(gp.stack.lo), gp.stack.hi-gp.stack.lo)
stack.go#L425: asanunpoison(v, uintptr(n))
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |